home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ftpconnect11 / _setup.1 / ftpconnect11.exe / 0 / RCDATA / TCREATENEWDIRDLG / TCREATENEWDIRDLG.txt
Text File  |  1998-03-11  |  1KB  |  66 lines

  1. object CreateNewDirDlg: TCreateNewDirDlg
  2.   Left = 168
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create new directory...'
  7.   ClientHeight = 107
  8.   ClientWidth = 314
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 297
  20.     Height = 65
  21.     ParentShowHint = False
  22.     Shape = bsFrame
  23.     ShowHint = False
  24.     Style = bsRaised
  25.   end
  26.   object Label1: TLabel
  27.     Left = 19
  28.     Top = 18
  29.     Width = 120
  30.     Height = 16
  31.     Caption = 'What should I call it?'
  32.     Font.Color = clBlack
  33.     Font.Height = -13
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object OKBtn: TButton
  39.     Left = 79
  40.     Top = 80
  41.     Width = 75
  42.     Height = 24
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.   end
  48.   object CancelBtn: TButton
  49.     Left = 159
  50.     Top = 80
  51.     Width = 75
  52.     Height = 24
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 1
  57.   end
  58.   object NewDir: TEdit
  59.     Left = 20
  60.     Top = 36
  61.     Width = 273
  62.     Height = 21
  63.     TabOrder = 2
  64.   end
  65. end
  66.